-- reload nm_enst_equiv
gzip -cd workspace/nm-enst-equiv-e70-2013-04-25.tsv.gz | grep -v ^\# | sort -u >|/tmp/y

begin;
truncate nm_enst_equiv;
\copy nm_enst_equiv FROM /tmp/y
commit;



begin;
TRUNCATE transcript_table_mv;
insert into transcript_table_mv select * from transcript_table_v;
commit;
